home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-10029.DIR / 00013.ls < prev    next >
Encoding:
Text File  |  1998-03-12  |  236 b   |  11 lines

  1. on mouseUp
  2.   puppetSound("click")
  3.   if the visible of sprite 8 = 1 then
  4.     set the visible of sprite 8 to 0
  5.   else
  6.     set the visible of sprite 8 to 1
  7.   end if
  8.   set the visible of sprite 6 to 0
  9.   set the visible of sprite 7 to 0
  10. end
  11.